home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MT224EH5.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  49 lines

  1. ; Multi-Tech MultiModem MT224EH5 (MNP 5)
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;        4 Switch Bank 1 2 3 4
  6. ;                      D U D D
  7. ;        8 Switch Bank 1 2 3 4 5 6 7 8
  8. ;                      U U D U D U U D
  9. ;
  10. ;  These jumpers INSIDE the modem also need to be changed:
  11. ;        RTS:     toward the back of the modem.
  12. ;        CTS/RTS: toward the back of the modem.
  13. ;
  14. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  15. ; program, type the following lines and press ENTER after each.  Then
  16. ; exit and restart TE/2.
  17. ;
  18. ;       AT$A0&B0&BS0&C1$D0&D2$F1
  19. ;       AT&G0$MI0&M0$R1&R1&S1
  20. ;       ATB1E1M1Q0V1X4&Q0
  21. ;       AT&E1&E4&E8&E10&E13&E15
  22. ;       AT$MB2400$SB9600$BA0&W0
  23. ;
  24. ; NOTES: Set ALL dialing directory entries to 9600 baud
  25. ;        Data compression is enabled via AT&E15
  26.  
  27. Baud          9600
  28. Parity        N
  29. WordLen       8
  30. StopBits      1
  31.  
  32. XonXoff       BOTH
  33. CtsRts        BOTH
  34. MatchBaud     FALSE
  35.  
  36. ModemInitStrg ATZ^M
  37. ModemDialStrg ATDT
  38. ModemDialSufx ^M
  39. ModemHangStrg ;
  40. DTRHangup     TRUE
  41.  
  42. Connect       CONNECT,9600
  43.  
  44. NoConnect     NO_DIAL_TONE
  45. NoConnect     NO_CARRIER
  46. NoConnect     BUSY
  47. NoConnect     VOICE
  48.  
  49.